home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
utility
/
hooks.inc
< prev
next >
Wrap
Text File
|
1998-06-24
|
153b
|
11 lines
include "inc/exec/types.inc";
include "inc/exec/nodes.inc";
struct Hook is
h_MinNode:MinNode;
h_Entry:ulong;
h_SubEntry:ulong;
h_Data:ulong;
;